home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Dino Crisis Digital Press Kit
/
Dino Crisis Digital Press Kit.iso
/
mac
/
g
/
00070_Script_70
< prev
next >
Wrap
Text File
|
1999-08-31
|
861b
|
35 lines
on mousedown
global gSoundLevel
set the soundlevel to 0
set the visible of sprite 19 to false
set the visible of sprite 20 to false
set the visible of sprite 21 to true
set the visible of sprite 22 to false
set the visible of sprite 23 to false
repeat while the stilldown
checkblip
set the movierate of sprite 10 to -5
updatestage
end repeat
repeat with n = 60 to 74
puppetsprite n, false
set the visible of sprite n + 20 to false
end repeat
go to "norm"
end
on mouseup
global gSoundLevel
set the visible of sprite 19 to true
set the visible of sprite 20 to false
set the visible of sprite 21 to false
set the visible of sprite 22 to false
set the visible of sprite 23 to false
set the movierate of sprite 10 to 1
set the soundlevel to gSoundLevel
end